home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / mcsdiag.zip / MCSDIAG.DOC < prev   
Text File  |  1987-08-28  |  2KB  |  43 lines

  1. MCSDIAG - version 1.1
  2.  
  3. This is a little Turbo Pascal program I developed (using some standard
  4. routines presented in the Turbo Pascal manual) for use on computers we
  5. install in our clients' offices.  It's primary use is to alert the user
  6. to a low disk space condition.
  7.  
  8. It does this by checking the remaining disk space on each installed hard
  9. disk.
  10.  
  11. As disk space declines, the program produces stronger and stronger warnings
  12. that space is becoming limited.  At 1% free, it sounds an "alarm."
  13.  
  14. The program is intended for use in AUTOEXEC.BAT files.
  15.  
  16. It is smart enough to know whether it's on a COLOR or MDA system and
  17. will respond accordingly.  It also reports the version number of DOS
  18. and the type of monitor card in use.
  19.  
  20. It is NOT smart enough to know how many disk drives there are.  If you
  21. use the command WITHOUT arguments, it will presume that there is only
  22. one disk drive (C:) and report for it.
  23.  
  24. You may also use:
  25.              MCSDIAG 3     :  to report C:
  26.              MCSDIAG 4     :  to report C: and D:
  27.              MCSDIAG 5     :  to report C:, D:, and E:
  28.              MCSDIAG 6     :  to report C:, D:, E:, and F:
  29.              MCSDIAG 7     :  to report C:, D:, E:, F:, and G:
  30.              MCSDIAG 8     :  to report C:, D:, E:, F:, G:, and H:
  31.  
  32. The numbers 1 and 2 aren't used because they refer to FLOPPY disks.
  33.  
  34. This program is contributed as FREEWARE to the public domain so long as
  35. it is used unmodified and with proper copyright information left intact.
  36.  
  37. Please send suggestions to:
  38.       William F. Blinn
  39.       Management Computer Services, Inc.
  40.       2790 Fisher Road
  41.       Columbus, Ohio 43204
  42.  
  43.